home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 31 / CD Expert nº 31 Unreal Mission Pack I.iso / Bootmagic / BMAPPS.Z / BMCFG32.EXE / 0 / RCDATA / TFEZABOUT / TFEZABOUT.txt < prev   
Text File  |  1999-01-28  |  3KB  |  138 lines

  1. object fEzAbout: TfEzAbout
  2.   Left = 340
  3.   Top = 177
  4.   BorderStyle = bsDialog
  5.   Caption = 'About BootMagic'
  6.   ClientHeight = 299
  7.   ClientWidth = 425
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 409
  22.     Height = 233
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     DragMode = dmAutomatic
  26.     Locked = True
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 16
  31.       Top = 16
  32.       Width = 128
  33.       Height = 96
  34.       Picture.Data = {<image000.bmp>}
  35.       Stretch = True
  36.       IsControl = True
  37.     end
  38.     object ProductName: TIntlLabel
  39.       Left = 176
  40.       Top = 15
  41.       Width = 112
  42.       Height = 13
  43.       Caption = 'PowerQuest BootMagic'
  44.       IsControl = True
  45.     end
  46.     object PatentInfo: TIntlLabel
  47.       Left = 16
  48.       Top = 153
  49.       Width = 80
  50.       Height = 13
  51.       Caption = 'Patents pending.'
  52.       IsControl = True
  53.     end
  54.     object Version: TIntlLabel
  55.       Left = 176
  56.       Top = 31
  57.       Width = 35
  58.       Height = 13
  59.       Caption = 'Version'
  60.     end
  61.     object Copyright: TIntlLabel
  62.       Left = 16
  63.       Top = 137
  64.       Width = 234
  65.       Height = 13
  66.       Caption = 'Copyright (c) 1997-1999 PowerQuest Corporation.'
  67.       Color = clBtnFace
  68.       DragCursor = crHSplit
  69.       ParentColor = False
  70.     end
  71.     object VersionNum: TIntlLabel
  72.       Left = 232
  73.       Top = 31
  74.       Width = 15
  75.       Height = 13
  76.       Caption = '"VER_NO"'
  77.     end
  78.     object lblPhone: TIntlLabel
  79.       Left = 176
  80.       Top = 68
  81.       Width = 109
  82.       Height = 13
  83.       Caption = 'Phone:   801-226-8977'
  84.     end
  85.     object lblHomePage: TIntlLabel
  86.       Left = 176
  87.       Top = 84
  88.       Width = 203
  89.       Height = 13
  90.       Caption = 'Home page:   http://www.powerquest.com'
  91.     end
  92.     object lblEmail: TIntlLabel
  93.       Left = 176
  94.       Top = 100
  95.       Width = 153
  96.       Height = 13
  97.       Caption = 'E-mail:   sales@powerquest.com'
  98.     end
  99.     object lblZinc: TIntlLabel
  100.       Left = 16
  101.       Top = 186
  102.       Width = 223
  103.       Height = 13
  104.       Caption = 'Portions Copyright (c) 1990-1998 Zinc Software'
  105.       Enabled = False
  106.       Visible = False
  107.     end
  108.     object lbl4GW: TIntlLabel
  109.       Left = 16
  110.       Top = 201
  111.       Width = 244
  112.       Height = 13
  113.       Caption = 'Portions Copyright (c) Tenberry Software, Inc. 1996.'
  114.       Enabled = False
  115.       Visible = False
  116.     end
  117.   end
  118.   object btnOKButton: TButton
  119.     Left = 115
  120.     Top = 258
  121.     Width = 75
  122.     Height = 25
  123.     Caption = '&OK'
  124.     Default = True
  125.     ModalResult = 1
  126.     TabOrder = 1
  127.   end
  128.   object btnTechSupport: TButton
  129.     Left = 235
  130.     Top = 258
  131.     Width = 75
  132.     Height = 25
  133.     Caption = '&Tech Support'
  134.     TabOrder = 2
  135.     OnClick = btnTechSupportClick
  136.   end
  137. end
  138.